ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class
The type of the key of the cache item.
The type of the value of the cache item.
The type of factory, creating cache nodes.
Members

In This Topic
    GenericCache<TKey,TValue,TCacheNodeFactory> Class
    In This Topic
    Generic cache implementation.
    Object Model
    GenericCache<TKey,TValue,TCacheNodeFactory> Class
    Syntax
    'Declaration
     
    Public Class GenericCache
        (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)}) 
    public class GenericCache<TKey,TValue,TCacheNodeFactory> 
    where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>
    Type Parameters
    TKey
    The type of the key of the cache item.
    TValue
    The type of the value of the cache item.
    TCacheNodeFactory
    The type of factory, creating cache nodes.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.Implementation.GenericCache<TKey,TValue,TCacheNodeFactory>
          GrapeCity.Viewer.Common.Implementation.PageViewCache

    See Also